/* header start */
.header {
  width: 100%;
  height: 162px;
}
.header-logo {
  width: 100%;
  height: 100px;
  border-bottom: 3px solid #163c91;
  background: #f6f6f6;
  box-sizing: border-box;
}
.index-head {
  width: 100%;
  height: 56px;
  margin-top: 30px;
}
.index-head img {
  /* padding-left: 60px; */
  float: left;
  max-width: 277px;
  height: 60px;
}
.rg-con {
  width: 290px;
  float: right;
  padding-top: 5px;
}
.rg-con p {
  width: 100%;
  padding-top: 5px;
  font-size: 14px;
  text-align: right;
}
.rg-con p span {
  color: #666;
}
.rg-con p i {
  color: #666;
  padding: 0 16px;
}
.rg-con p a {
  color: #333;
  font-size: 14px;
}
.search {
  width: 390px;
  height: 40px;
  float: left;
  box-shadow: 0 0 7px #dedede;
  margin: 14px 0 0 205px;
}
.search-input {
  float: left;
  padding-left: 10px;
  border: 0px;
  width: 344px;
  height: 40px;
  line-height: 40px;
  color: #c4bebe;
  outline: none;
}
.search-btn {
  border: 0px;
  width: 46px;
  height: 40px;
  background-image: url(../img/search.png);
  cursor: pointer;
}

.index-nav {
width: 100%;
  height: 59px;
  padding: 0 20px;
  background: #fff;
  display: flex;
  justify-content: center;
}
.index-nav li a {
display: block;
  font-size: 16px;
  line-height: 59px;
  float: left;
  width: auto;
  text-align: center;
  /*padding: 0 15px;*//*智库宽度*/
  padding: 0 17px;/*去掉智库宽度*/
}
.header-nav {
  width: 100%;
  height: 59px;
  background: #fff;
  box-shadow: 0 20px 10px -17px #e8e8e8;
}
/* header end */

/* footer start */
.bgff {
  width: 100%;
  background: #fff;
}
.footer_t {
  width: 100%;
  height: 31px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.footer_t p {
  width: 100%;
  height: 31px;
  line-height: 31px;
  margin: 0 auto;
  text-align: center;
}
.footer {
  margin-top: 20px;
  text-align: center;
  color: #9b9b9b;
}

.footer p {
  line-height: 30px;
  color: #333;
}
.footer p a {
  color: #333;
}
.footer img {
  margin: 0 0 30px 0;
}
/* footer end */
